home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / weatherpulse-setup.exe / {app} / weatherpulse.exe / 0 / RCDATA / TSETTINGSFRM / TSETTINGSFRM.txt
Encoding:
Text File  |  2005-11-13  |  69.8 KB  |  2,390 lines

  1. object SettingsFrm: TSettingsFrm
  2.   Left = 341
  3.   Top = 127
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings'
  6.   ClientHeight = 436
  7.   ClientWidth = 638
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label2: TLabel
  21.     Left = 152
  22.     Top = 24
  23.     Width = 32
  24.     Height = 13
  25.     Caption = 'Label2'
  26.   end
  27.   object TreeView1: TTreeView
  28.     Left = 8
  29.     Top = 8
  30.     Width = 129
  31.     Height = 377
  32.     BevelInner = bvNone
  33.     BorderWidth = 2
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     Indent = 19
  40.     ParentFont = False
  41.     ReadOnly = True
  42.     ShowButtons = False
  43.     TabOrder = 0
  44.     OnChange = TreeView1Change
  45.     Items.Data = {
  46.       0C000000200000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  47.       0747656E6572616C1F0000000000000000000000FFFFFFFFFFFFFFFF00000000
  48.       0000000006536F756E6473220000000000000000000000FFFFFFFFFFFFFFFF00
  49.       0000000000000009547261792049636F6E260000000000000000000000FFFFFF
  50.       FFFFFFFFFF00000000000000000D5472617920546F6F6C2D5469702600000000
  51.       00000000000000FFFFFFFFFFFFFFFF00000000000000000D456E68616E636564
  52.       2054726179270000000000000000000000FFFFFFFFFFFFFFFF00000000000000
  53.       000E5765617468657220416C65727473270000000000000000000000FFFFFFFF
  54.       FFFFFFFF00000000000000000E456D61696C2053657474696E67731D00000000
  55.       00000000000000FFFFFFFFFFFFFFFF0000000000000000044369747922000000
  56.       0000000000000000FFFFFFFFFFFFFFFF0000000000000000094F6E2055706461
  57.       7465220000000000000000000000FFFFFFFFFFFFFFFF00000000000000000957
  58.       616C6C7061706572280000000000000000000000FFFFFFFFFFFFFFFF00000000
  59.       000000000F4465736B746F70204465736B6C65741E0000000000000000000000
  60.       FFFFFFFFFFFFFFFF000000000000000005536B696E73}
  61.   end
  62.   object SettingPage: TPageControl
  63.     Left = 144
  64.     Top = 7
  65.     Width = 481
  66.     Height = 378
  67.     ActivePage = WeatherAlerts
  68.     MultiLine = True
  69.     TabOrder = 1
  70.     object TabSheet1: TTabSheet
  71.       Caption = 'General'
  72.       TabVisible = False
  73.       object OptionGroupBox: TGroupBox
  74.         Left = 8
  75.         Top = 8
  76.         Width = 457
  77.         Height = 361
  78.         Caption = 'Options'
  79.         TabOrder = 0
  80.         object Label28: TLabel
  81.           Left = 248
  82.           Top = 256
  83.           Width = 189
  84.           Height = 13
  85.           Caption = '(Not recommended, advanced use only)'
  86.           Color = clBtnFace
  87.           Font.Charset = DEFAULT_CHARSET
  88.           Font.Color = clPlum
  89.           Font.Height = -11
  90.           Font.Name = 'MS Sans Serif'
  91.           Font.Style = []
  92.           ParentColor = False
  93.           ParentFont = False
  94.         end
  95.         object StartHidden: TCheckBox
  96.           Left = 24
  97.           Top = 67
  98.           Width = 225
  99.           Height = 17
  100.           Hint = 'Program will start minimized to Task Tray hidden'
  101.           Caption = 'Start Program Minimized to Task Tray'
  102.           ParentShowHint = False
  103.           ShowHint = True
  104.           TabOrder = 0
  105.         end
  106.         object CheckBox1: TCheckBox
  107.           Left = 24
  108.           Top = 94
  109.           Width = 209
  110.           Height = 17
  111.           Hint = 'Weather Pulse will start when Windows Starts'
  112.           Caption = 'Load When Windows Starts'
  113.           TabOrder = 1
  114.         end
  115.         object MetricCheckBox: TCheckBox
  116.           Left = 24
  117.           Top = 40
  118.           Width = 289
  119.           Height = 17
  120.           Caption = 'Use Metric Measurements (ex. Centigrade)'
  121.           TabOrder = 5
  122.           OnClick = MetricCheckBoxClick
  123.         end
  124.         object NotifyChkBox: TCheckBox
  125.           Left = 24
  126.           Top = 122
  127.           Width = 201
  128.           Height = 17
  129.           Hint = 
  130.             'Will notify you when a new version of Weather Pulse is Available' +
  131.             '.'
  132.           Caption = 'Automatic Program Updates On'
  133.           Checked = True
  134.           ParentShowHint = False
  135.           ShowHint = True
  136.           State = cbChecked
  137.           TabOrder = 2
  138.         end
  139.         object DelayChkBox: TCheckBox
  140.           Left = 24
  141.           Top = 149
  142.           Width = 281
  143.           Height = 17
  144.           Caption = 'Delay 10 Seconds before Loading Weather on Startup'
  145.           TabOrder = 3
  146.         end
  147.         object DisableLoadChkBox: TCheckBox
  148.           Left = 24
  149.           Top = 177
  150.           Width = 145
  151.           Height = 17
  152.           Caption = 'Disable Loading Screen'
  153.           TabOrder = 4
  154.         end
  155.         object NoAnimation: TCheckBox
  156.           Left = 24
  157.           Top = 204
  158.           Width = 129
  159.           Height = 17
  160.           Caption = 'No animated windows'
  161.           TabOrder = 6
  162.         end
  163.         object TrayTwo: TCheckBox
  164.           Left = 24
  165.           Top = 232
  166.           Width = 233
  167.           Height = 17
  168.           Caption = 'Show weather conditions tasktray icon'
  169.           TabOrder = 7
  170.         end
  171.         object ErrorLogOff: TCheckBox
  172.           Left = 24
  173.           Top = 256
  174.           Width = 217
  175.           Height = 17
  176.           Hint = 
  177.             'Uses the default Windows Exception handler, disables all Weather' +
  178.             ' Pulse exception handling'
  179.           Caption = 'Disable Weather Pulse Exception Handler'
  180.           TabOrder = 8
  181.         end
  182.       end
  183.     end
  184.     object TabSheet2: TTabSheet
  185.       Caption = 'Sounds'
  186.       ImageIndex = 1
  187.       TabVisible = False
  188.       object SoundGroupBox: TGroupBox
  189.         Left = 8
  190.         Top = 8
  191.         Width = 457
  192.         Height = 361
  193.         Caption = 'Sound Properties'
  194.         TabOrder = 0
  195.         object PlayIt: TCheckBox
  196.           Left = 16
  197.           Top = 40
  198.           Width = 89
  199.           Height = 17
  200.           Caption = 'Play Sounds'
  201.           TabOrder = 0
  202.         end
  203.         object DSoundEdit: TEdit
  204.           Left = 16
  205.           Top = 152
  206.           Width = 425
  207.           Height = 21
  208.           TabOrder = 3
  209.           Text = 'DSoundEdit'
  210.         end
  211.         object Button1: TButton
  212.           Left = 232
  213.           Top = 112
  214.           Width = 57
  215.           Height = 17
  216.           Caption = 'Select'
  217.           TabOrder = 4
  218.           OnClick = Button1Click
  219.         end
  220.         object Button2: TButton
  221.           Left = 304
  222.           Top = 112
  223.           Width = 57
  224.           Height = 17
  225.           Caption = 'Play'
  226.           TabOrder = 5
  227.           OnClick = Button2Click
  228.         end
  229.         object SoundComboBox: TComboBox
  230.           Left = 16
  231.           Top = 112
  232.           Width = 193
  233.           Height = 21
  234.           Style = csDropDownList
  235.           ItemHeight = 13
  236.           TabOrder = 2
  237.           OnChange = SoundComboBoxChange
  238.           OnCloseUp = SoundComboBoxCloseUp
  239.           Items.Strings = (
  240.             'Severe Weather Alert'
  241.             'Weather Retrieved'
  242.             'Weather Image Retrieved')
  243.         end
  244.         object RepeatCheckBox: TCheckBox
  245.           Left = 16
  246.           Top = 72
  247.           Width = 241
  248.           Height = 17
  249.           Caption = 'Repeat Sound until Acknowledged'
  250.           TabOrder = 1
  251.         end
  252.         object SavSound: TButton
  253.           Left = 16
  254.           Top = 184
  255.           Width = 57
  256.           Height = 17
  257.           Hint = 'Save sound'
  258.           Caption = 'Save'
  259.           TabOrder = 6
  260.           OnClick = SavSoundClick
  261.         end
  262.         object Button6: TButton
  263.           Left = 80
  264.           Top = 184
  265.           Width = 57
  266.           Height = 17
  267.           Hint = 'Reset Sound to Default'
  268.           Caption = 'Reset'
  269.           TabOrder = 7
  270.           OnClick = Button6Click
  271.         end
  272.       end
  273.     end
  274.     object TabSheet3: TTabSheet
  275.       Caption = 'Tray Icon'
  276.       ImageIndex = 2
  277.       object TarIconGroupBox: TGroupBox
  278.         Left = 0
  279.         Top = 0
  280.         Width = 473
  281.         Height = 350
  282.         Align = alClient
  283.         Caption = 'Tray Icon Appearance'
  284.         TabOrder = 0
  285.         object Label5: TLabel
  286.           Left = 127
  287.           Top = 212
  288.           Width = 38
  289.           Height = 13
  290.           Caption = '&OffsetX:'
  291.         end
  292.         object Label6: TLabel
  293.           Left = 23
  294.           Top = 212
  295.           Width = 38
  296.           Height = 13
  297.           Caption = 'Offset&Y:'
  298.         end
  299.         object CheckBox2: TCheckBox
  300.           Left = 16
  301.           Top = 64
  302.           Width = 81
  303.           Height = 17
  304.           Caption = 'Show Border'
  305.           TabOrder = 0
  306.           OnClick = CheckBox2Click
  307.         end
  308.         object FontBtn: TBitBtn
  309.           Left = 316
  310.           Top = 252
  311.           Width = 105
  312.           Height = 25
  313.           Caption = 'Font'
  314.           TabOrder = 7
  315.           OnClick = FontBtnClick
  316.         end
  317.         object BackGrndColorBtn: TBitBtn
  318.           Left = 36
  319.           Top = 252
  320.           Width = 105
  321.           Height = 25
  322.           Caption = 'Background Color'
  323.           TabOrder = 5
  324.           OnClick = BackGrndColorBtnClick
  325.         end
  326.         object BorderColorBtn: TBitBtn
  327.           Left = 176
  328.           Top = 252
  329.           Width = 105
  330.           Height = 25
  331.           Caption = 'Border Color'
  332.           TabOrder = 6
  333.           OnClick = BorderColorBtnClick
  334.         end
  335.         object FeelChkBox: TCheckBox
  336.           Left = 16
  337.           Top = 112
  338.           Width = 169
  339.           Height = 17
  340.           Caption = 'Show Feels Like Temperature'
  341.           Checked = True
  342.           State = cbChecked
  343.           TabOrder = 2
  344.           OnClick = FeelChkBoxClick
  345.         end
  346.         object Edit2: TEdit
  347.           Left = 175
  348.           Top = 204
  349.           Width = 29
  350.           Height = 21
  351.           TabOrder = 10
  352.           Text = '0'
  353.           OnChange = Edit2Change
  354.         end
  355.         object UpDown2: TUpDown
  356.           Left = 204
  357.           Top = 204
  358.           Width = 16
  359.           Height = 21
  360.           Associate = Edit2
  361.           Min = -10
  362.           Max = 10
  363.           Position = 0
  364.           TabOrder = 11
  365.           Wrap = False
  366.         end
  367.         object Edit3: TEdit
  368.           Left = 71
  369.           Top = 204
  370.           Width = 29
  371.           Height = 21
  372.           TabOrder = 8
  373.           Text = '0'
  374.           OnChange = Edit3Change
  375.         end
  376.         object UpDown3: TUpDown
  377.           Left = 100
  378.           Top = 204
  379.           Width = 16
  380.           Height = 21
  381.           Associate = Edit3
  382.           Min = -10
  383.           Max = 10
  384.           Position = 0
  385.           TabOrder = 9
  386.           Wrap = False
  387.         end
  388.         object SymbolChkbox: TCheckBox
  389.           Left = 16
  390.           Top = 88
  391.           Width = 129
  392.           Height = 17
  393.           Caption = 'Show Degree Symbol'
  394.           TabOrder = 1
  395.           OnClick = SymbolChkboxClick
  396.         end
  397.         object DigitChkbox: TCheckBox
  398.           Left = 16
  399.           Top = 136
  400.           Width = 265
  401.           Height = 17
  402.           Caption = 'When Temperature hits 100 don'#39't show first digit.'
  403.           TabOrder = 3
  404.           OnClick = DigitChkboxClick
  405.         end
  406.         object SymbolNoChkbox: TCheckBox
  407.           Left = 16
  408.           Top = 160
  409.           Width = 289
  410.           Height = 17
  411.           Caption = 'When Temperature hits 100 don'#39't show degree Symbol.'
  412.           TabOrder = 4
  413.           OnClick = SymbolNoChkboxClick
  414.         end
  415.         object TransParentBx: TCheckBox
  416.           Left = 16
  417.           Top = 40
  418.           Width = 201
  419.           Height = 17
  420.           Caption = 'Use Transparent Background Color'
  421.           Checked = True
  422.           State = cbChecked
  423.           TabOrder = 12
  424.           OnClick = TransParentBxClick
  425.         end
  426.         object TestChkbox: TCheckBox
  427.           Left = 176
  428.           Top = 304
  429.           Width = 97
  430.           Height = 17
  431.           Hint = 'Check this box to Test temperature at 102'#176
  432.           Caption = 'Test 102'#176' Temp.'
  433.           ParentShowHint = False
  434.           ShowHint = True
  435.           TabOrder = 13
  436.         end
  437.       end
  438.     end
  439.     object ToolTipTab: TTabSheet
  440.       Caption = 'ToolTipTab'
  441.       ImageIndex = 8
  442.       TabVisible = False
  443.       object GroupBox7: TGroupBox
  444.         Left = 8
  445.         Top = 8
  446.         Width = 457
  447.         Height = 361
  448.         Caption = ' Values to shown in Tray Tool-Tip '
  449.         TabOrder = 0
  450.         object Label15: TLabel
  451.           Left = 96
  452.           Top = 26
  453.           Width = 281
  454.           Height = 33
  455.           Alignment = taRightJustify
  456.           AutoSize = False
  457.           Caption = 
  458.             'NOTE: Microsoft Windows limitation.  The maximum length of the s' +
  459.             'ystem tray tool-tip is 64 characters in length.'
  460.           Font.Charset = ANSI_CHARSET
  461.           Font.Color = clMaroon
  462.           Font.Height = -11
  463.           Font.Name = 'MS Sans Serif'
  464.           Font.Style = []
  465.           ParentFont = False
  466.           WordWrap = True
  467.         end
  468.         object Bevel1: TBevel
  469.           Left = 184
  470.           Top = 152
  471.           Width = 193
  472.           Height = 9
  473.           Shape = bsBottomLine
  474.         end
  475.         object Label16: TLabel
  476.           Left = 136
  477.           Top = 152
  478.           Width = 39
  479.           Height = 13
  480.           Caption = 'Options:'
  481.           Font.Charset = DEFAULT_CHARSET
  482.           Font.Color = clWindowText
  483.           Font.Height = -11
  484.           Font.Name = 'MS Sans Serif'
  485.           Font.Style = []
  486.           ParentFont = False
  487.         end
  488.         object Bevel2: TBevel
  489.           Left = 104
  490.           Top = 56
  491.           Width = 273
  492.           Height = 9
  493.           Shape = bsBottomLine
  494.         end
  495.         object CondChk: TCheckBox
  496.           Left = 16
  497.           Top = 80
  498.           Width = 81
  499.           Height = 17
  500.           Caption = 'Condition'
  501.           TabOrder = 0
  502.           OnClick = CheckBox2Click
  503.         end
  504.         object FeelChk: TCheckBox
  505.           Left = 16
  506.           Top = 128
  507.           Width = 73
  508.           Height = 17
  509.           Caption = 'Feels Like'
  510.           TabOrder = 2
  511.           OnClick = FeelChkBoxClick
  512.         end
  513.         object DewpChk: TCheckBox
  514.           Left = 16
  515.           Top = 104
  516.           Width = 73
  517.           Height = 17
  518.           Caption = 'Dewpoint'
  519.           TabOrder = 1
  520.           OnClick = SymbolChkboxClick
  521.         end
  522.         object HumiChk: TCheckBox
  523.           Left = 16
  524.           Top = 152
  525.           Width = 73
  526.           Height = 17
  527.           Caption = 'Humidity'
  528.           TabOrder = 3
  529.           OnClick = DigitChkboxClick
  530.         end
  531.         object LastChk: TCheckBox
  532.           Left = 16
  533.           Top = 200
  534.           Width = 97
  535.           Height = 17
  536.           Caption = 'Last Observed'
  537.           TabOrder = 4
  538.           OnClick = SymbolNoChkboxClick
  539.         end
  540.         object BaromChk: TCheckBox
  541.           Left = 16
  542.           Top = 56
  543.           Width = 73
  544.           Height = 17
  545.           Caption = 'Barometer'
  546.           TabOrder = 5
  547.           OnClick = TransParentBxClick
  548.         end
  549.         object LastDChk: TCheckBox
  550.           Left = 16
  551.           Top = 176
  552.           Width = 113
  553.           Height = 17
  554.           Hint = 'Check this box to Test temperature at 102'#176
  555.           Caption = 'Last Downloaded'
  556.           ParentShowHint = False
  557.           ShowHint = True
  558.           TabOrder = 6
  559.         end
  560.         object UvinChk: TCheckBox
  561.           Left = 136
  562.           Top = 72
  563.           Width = 73
  564.           Height = 17
  565.           Caption = 'UV Index'
  566.           ParentShowHint = False
  567.           ShowHint = True
  568.           TabOrder = 7
  569.         end
  570.         object SunrChk: TCheckBox
  571.           Left = 16
  572.           Top = 248
  573.           Width = 57
  574.           Height = 17
  575.           Caption = 'Sunrise'
  576.           ParentShowHint = False
  577.           ShowHint = True
  578.           TabOrder = 8
  579.         end
  580.         object SunsChk: TCheckBox
  581.           Left = 16
  582.           Top = 272
  583.           Width = 57
  584.           Height = 17
  585.           Caption = 'Sunset'
  586.           ParentShowHint = False
  587.           ShowHint = True
  588.           TabOrder = 9
  589.         end
  590.         object VisiChk: TCheckBox
  591.           Left = 136
  592.           Top = 96
  593.           Width = 57
  594.           Height = 17
  595.           Caption = 'Visibility'
  596.           ParentShowHint = False
  597.           ShowHint = True
  598.           TabOrder = 10
  599.         end
  600.         object WindChk: TCheckBox
  601.           Left = 136
  602.           Top = 120
  603.           Width = 57
  604.           Height = 17
  605.           Caption = 'Wind'
  606.           ParentShowHint = False
  607.           ShowHint = True
  608.           TabOrder = 11
  609.         end
  610.         object LocaChk: TCheckBox
  611.           Left = 16
  612.           Top = 224
  613.           Width = 65
  614.           Height = 17
  615.           Caption = 'Location'
  616.           ParentShowHint = False
  617.           ShowHint = True
  618.           TabOrder = 12
  619.         end
  620.         object TempChk: TCheckBox
  621.           Left = 16
  622.           Top = 296
  623.           Width = 89
  624.           Height = 17
  625.           Caption = 'Temperature'
  626.           ParentShowHint = False
  627.           ShowHint = True
  628.           TabOrder = 13
  629.         end
  630.         object AbbrChk: TCheckBox
  631.           Left = 184
  632.           Top = 176
  633.           Width = 169
  634.           Height = 17
  635.           Hint = 'Shows Abbreviated description'
  636.           Caption = 'Abbreviate value descriptions'
  637.           ParentShowHint = False
  638.           ShowHint = True
  639.           TabOrder = 14
  640.         end
  641.         object NodeChk: TCheckBox
  642.           Left = 184
  643.           Top = 196
  644.           Width = 161
  645.           Height = 17
  646.           Hint = 'No Description'
  647.           Caption = 'Do not show descriptions'
  648.           ParentShowHint = False
  649.           ShowHint = True
  650.           TabOrder = 15
  651.         end
  652.         object NounChk: TCheckBox
  653.           Left = 184
  654.           Top = 216
  655.           Width = 193
  656.           Height = 17
  657.           Hint = 'No measurements'
  658.           Caption = 'Do not show measurement units'
  659.           ParentShowHint = False
  660.           ShowHint = True
  661.           TabOrder = 16
  662.         end
  663.       end
  664.     end
  665.     object EnhTrayToolTip: TTabSheet
  666.       Caption = 'EnhTrayToolTip'
  667.       ImageIndex = 11
  668.       TabVisible = False
  669.       object GroupBox8: TGroupBox
  670.         Left = 8
  671.         Top = 8
  672.         Width = 457
  673.         Height = 361
  674.         Caption = ' Customize your Enhanced Tray Tool-Tip here '
  675.         TabOrder = 0
  676.         object Label23: TLabel
  677.           Left = 256
  678.           Top = 336
  679.           Width = 100
  680.           Height = 11
  681.           Caption = 'Show available variables'
  682.           Font.Charset = DEFAULT_CHARSET
  683.           Font.Color = clWindowText
  684.           Font.Height = -9
  685.           Font.Name = 'Small Fonts'
  686.           Font.Style = []
  687.           ParentFont = False
  688.         end
  689.         object Label24: TLabel
  690.           Left = 16
  691.           Top = 48
  692.           Width = 74
  693.           Height = 13
  694.           Caption = 'Image Directory'
  695.         end
  696.         object Label25: TLabel
  697.           Left = 112
  698.           Top = 48
  699.           Width = 230
  700.           Height = 13
  701.           Caption = 'Images supported ( .GIF .JPG .BMP .ICO .PNG ) '
  702.           Font.Charset = DEFAULT_CHARSET
  703.           Font.Color = clBlue
  704.           Font.Height = -11
  705.           Font.Name = 'MS Sans Serif'
  706.           Font.Style = []
  707.           ParentFont = False
  708.         end
  709.         object Label26: TLabel
  710.           Left = 159
  711.           Top = 136
  712.           Width = 105
  713.           Height = 13
  714.           Caption = 'Set Translucent Value'
  715.         end
  716.         object EnableEnhTrayTipChkbx: TCheckBox
  717.           Left = 16
  718.           Top = 24
  719.           Width = 177
  720.           Height = 17
  721.           Caption = 'Enable Enhanced Tray Tool-Tip'
  722.           TabOrder = 0
  723.         end
  724.         object ToolTipMemo: TMemo
  725.           Left = 8
  726.           Top = 192
  727.           Width = 433
  728.           Height = 121
  729.           Lines.Strings = (
  730.             'Now in [dnam] [sum], '
  731.             '[tmp][deg][ut] Winds: [windt], [winds][us]'
  732.             'Humidity is [hmid]%'
  733.             'Pressure [barr] [ur]. and [bard]')
  734.           ScrollBars = ssBoth
  735.           TabOrder = 1
  736.         end
  737.         object VariablesBtn: TButton
  738.           Left = 368
  739.           Top = 326
  740.           Width = 75
  741.           Height = 22
  742.           Hint = 'Display Variables and Descriptions'
  743.           Caption = 'Variables'
  744.           TabOrder = 2
  745.           OnClick = VariablesBtnClick
  746.         end
  747.         object EnhTrayDirectoryEdit: TAdvDirectoryEdit
  748.           Left = 8
  749.           Top = 72
  750.           Width = 433
  751.           Height = 21
  752.           AutoFocus = False
  753.           ErrorMarkerPos = 0
  754.           ErrorMarkerLen = 0
  755.           ErrorColor = clRed
  756.           ErrorFontColor = clWhite
  757.           Flat = False
  758.           FlatLineColor = clBlack
  759.           FlatParentColor = True
  760.           FocusAlign = eaDefault
  761.           FocusBorder = False
  762.           FocusColor = clBtnFace
  763.           FocusFontColor = clWindowText
  764.           FocusLabel = False
  765.           FocusWidthInc = 0
  766.           ModifiedColor = clHighlight
  767.           DisabledColor = clSilver
  768.           ReturnIsTab = False
  769.           LengthLimit = 0
  770.           TabOnFullLength = False
  771.           LabelPosition = lpLeftTop
  772.           LabelMargin = 4
  773.           LabelTransparent = False
  774.           LabelAlwaysEnabled = False
  775.           LabelFont.Charset = DEFAULT_CHARSET
  776.           LabelFont.Color = clWindowText
  777.           LabelFont.Height = -11
  778.           LabelFont.Name = 'MS Sans Serif'
  779.           LabelFont.Style = []
  780.           Persistence.Enable = False
  781.           Persistence.Location = plInifile
  782.           Color = clWindow
  783.           Enabled = True
  784.           HintShowLargeText = False
  785.           OleDropTarget = False
  786.           OleDropSource = False
  787.           TabOrder = 3
  788.           Transparent = False
  789.           Visible = True
  790.           ButtonWidth = 18
  791.           Etched = False
  792.           Glyph.Data = {
  793.             CE000000424DCE0000000000000076000000280000000C0000000B0000000100
  794.             0400000000005800000000000000000000001000000000000000000000000000
  795.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  796.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00F00000000FFF
  797.             00000088888880FF00000B088888880F00000BB08888888000000BBB00000000
  798.             00000BBBBBBB0B0F00000BBB00000B0F0000F000BBBBBB0F0000FF0BBBBBBB0F
  799.             0000FF0BBB00000F0000FFF000FFFFFF0000}
  800.           BrowseDialogText = 'Select Image Directory'
  801.         end
  802.         object EnhTrayUseTrans: TCheckBox
  803.           Left = 8
  804.           Top = 136
  805.           Width = 137
  806.           Height = 17
  807.           Caption = 'Use Translucent Effect'
  808.           Checked = True
  809.           State = cbChecked
  810.           TabOrder = 4
  811.           OnClick = EnhTrayUseTransClick
  812.         end
  813.         object EnhTrayColorBox: TColorBox
  814.           Left = 8
  815.           Top = 104
  816.           Width = 145
  817.           Height = 22
  818.           Selected = clWindow
  819.           ItemHeight = 16
  820.           TabOrder = 5
  821.           OnChange = EnhTrayColorBoxChange
  822.         end
  823.         object EnhTrayBCheckBox: TCheckBox
  824.           Left = 188
  825.           Top = 104
  826.           Width = 89
  827.           Height = 17
  828.           Caption = 'Background'
  829.           Checked = True
  830.           State = cbChecked
  831.           TabOrder = 6
  832.           OnClick = EnhTrayBCheckBoxClick
  833.         end
  834.         object EnhTrayTCheckBox: TCheckBox
  835.           Left = 300
  836.           Top = 104
  837.           Width = 81
  838.           Height = 17
  839.           Caption = 'Text Color'
  840.           TabOrder = 7
  841.           OnClick = EnhTrayTCheckBoxClick
  842.         end
  843.         object EnhTrayTrackBar: TTrackBar
  844.           Left = 8
  845.           Top = 160
  846.           Width = 417
  847.           Height = 25
  848.           Max = 255
  849.           Orientation = trHorizontal
  850.           Frequency = 10
  851.           Position = 120
  852.           SelEnd = 0
  853.           SelStart = 0
  854.           TabOrder = 8
  855.           TickMarks = tmBottomRight
  856.           TickStyle = tsAuto
  857.           OnChange = EnhTrayTrackBarChange
  858.         end
  859.       end
  860.     end
  861.     object WeatherAlerts: TTabSheet
  862.       Caption = 'WeatherAlerts'
  863.       ImageIndex = 3
  864.       TabVisible = False
  865.       object GroupBox1: TGroupBox
  866.         Left = 8
  867.         Top = 8
  868.         Width = 457
  869.         Height = 361
  870.         Caption = 'Weather Alerts'
  871.         TabOrder = 0
  872.         object Label12: TLabel
  873.           Left = 24
  874.           Top = 160
  875.           Width = 241
  876.           Height = 14
  877.           Caption = '(Select the city you want to send Email alerts for )'
  878.           Font.Charset = DEFAULT_CHARSET
  879.           Font.Color = clWindowText
  880.           Font.Height = -11
  881.           Font.Name = 'Arial'
  882.           Font.Style = []
  883.           ParentFont = False
  884.         end
  885.         object Label11: TLabel
  886.           Left = 68
  887.           Top = 208
  888.           Width = 259
  889.           Height = 13
  890.           Caption = 'Email Alerts are only sent for your active City!'
  891.           Font.Charset = DEFAULT_CHARSET
  892.           Font.Color = clWindowText
  893.           Font.Height = -11
  894.           Font.Name = 'MS Sans Serif'
  895.           Font.Style = [fsBold]
  896.           ParentFont = False
  897.         end
  898.         object Label13: TLabel
  899.           Left = 43
  900.           Top = 224
  901.           Width = 336
  902.           Height = 13
  903.           Caption = 
  904.             'If you'#39're monitoring weather for another city, the alert will NO' +
  905.             'T be sent ..'
  906.         end
  907.         object CheckBox3: TCheckBox
  908.           Left = 24
  909.           Top = 72
  910.           Width = 225
  911.           Height = 17
  912.           Hint = 'This option will pop up a small Ballon Weather Alert.'
  913.           Caption = 'Show Tray Icon Severe Weather Alerts'
  914.           TabOrder = 0
  915.           OnClick = CheckBox3Click
  916.         end
  917.         object ServerOverideBox: TCheckBox
  918.           Left = 24
  919.           Top = 100
  920.           Width = 353
  921.           Height = 17
  922.           Caption = 
  923.             'Play Severe Weather Alert sound, even when play sounds is set to' +
  924.             ' off.'
  925.           TabOrder = 1
  926.         end
  927.         object AlertMailBox: TCheckBox
  928.           Left = 24
  929.           Top = 128
  930.           Width = 361
  931.           Height = 17
  932.           Caption = 
  933.             'Send E-mail on Severe Weather Alert (Good for Cell Phone/Pager A' +
  934.             'lert)'
  935.           TabOrder = 2
  936.         end
  937.         object AlertCityCombo: TComboBox
  938.           Left = 24
  939.           Top = 178
  940.           Width = 361
  941.           Height = 21
  942.           Style = csDropDownList
  943.           ItemHeight = 13
  944.           TabOrder = 3
  945.         end
  946.         object BitBtn1: TBitBtn
  947.           Left = 120
  948.           Top = 272
  949.           Width = 153
  950.           Height = 25
  951.           Caption = 'Click Here to Filter Alerts'
  952.           TabOrder = 4
  953.           OnClick = BitBtn1Click
  954.           Glyph.Data = {
  955.             36030000424D3603000000000000360000002800000010000000100000000100
  956.             1800000000000003000000000000000000000000000000000000000000000000
  957.             0000000000000000000000000000000000000000000000000000000000000000
  958.             0000000000000000000000000000000000000000000000000000000085454581
  959.             4E4E7E4C4CF1EBEB007500007000006D00000000000000000000000000000000
  960.             000000000000000000955757996C6CFEFBFBE5CCCCCFB8B8007D0044DD770072
  961.             00000000000000000000000000000000000000000000996D6D9F6E6EFFFFFFFF
  962.             FEFE00870000850000810048E17B007A00007500007000000000000000000000
  963.             000000000000A06565F3ECECFFFCFCFEF5F5008D005EF7915AF38D53EC8648E1
  964.             7B45DE78007800000000000000000000000000AD7272C9AAAAFFFFFFFFEDEDFC
  965.             EEEE009100008D00008B005AF38D008300008100007D00000000000000000000
  966.             000000AE7676FCF9F9FFF3F3FFE5E5F9D2D2E4CCCCEAD2D2008F005EF7910089
  967.             00000000000000000000000000000000B38585C7A2A2FFFFFFFFEAEAFFDDDDFA
  968.             CCCCB48080D6BEBE009300009100008D00FBF9F9000000000000000000000000
  969.             B27C7CE2CECEFFF8F8FFE5E5FFD8D8F9C7C7CC9898C08D8DD1B9B9C0A8A8BCA4
  970.             A4845151000000000000000000000000B87F7FF9F3F3FFF1F1FFE1E1FFD4D4F7
  971.             C5C5E4B1B1EDBABADFACACC89595966363834F4F000000000000000000000000
  972.             C49090FFFFFFFFEDEDFFDFDFFFD2D2F9C5C5C39090BC8989B48181B78484BF8C
  973.             8C8D5A5A000000000000000000000000D2A7A7FFFFFFFFEDEDFFDFDFFFD1D1F8
  974.             C5C5BF8C8CA97676925F5F7F4C4C734040845151000000000000000000000000
  975.             DBB4B4FFFFFFFFEFEFFFE1E1FFD4D4F3BFBFEFBBBBFAC7C7DCA9A9BA87878C59
  976.             59794646000000000000000000000000DDBABAFFFFFFF5E5E5ECD1D1E7C2C2D3
  977.             A4A4CD9A9ADDAAAAD5A2A2D4A1A1D3A0A09C6969000000000000000000000000
  978.             CE9C9CC89494C08C8CBA8484B68080AC7C7CA671719C6A6A9966668F5C5C8D5A
  979.             5A8A575700000000000000000000000000000000000000000000000000000000
  980.             0000000000000000000000000000000000000000000000000000}
  981.         end
  982.         object AlertOnCheckBox: TCheckBox
  983.           Left = 24
  984.           Top = 48
  985.           Width = 305
  986.           Height = 17
  987.           Hint = 'Must be checked to receive Weather Alerts'
  988.           Caption = 'Alerts enabled - Must be checked to receive weather alerts'
  989.           Checked = True
  990.           ParentShowHint = False
  991.           ShowHint = True
  992.           State = cbChecked
  993.           TabOrder = 5
  994.         end
  995.       end
  996.     end
  997.     object Email: TTabSheet
  998.       Caption = 'Email Settings'
  999.       ImageIndex = 7
  1000.       TabVisible = False
  1001.       object GroupBox5: TGroupBox
  1002.         Left = 8
  1003.         Top = 8
  1004.         Width = 457
  1005.         Height = 361
  1006.         Caption = 'Weather Alert  Email Settings '
  1007.         TabOrder = 0
  1008.         object ToPanel: TPanel
  1009.           Left = 2
  1010.           Top = 96
  1011.           Width = 453
  1012.           Height = 26
  1013.           Hint = 
  1014.             '|[B]To (recipients)'#13#10'[]Provides a space to type recipients of th' +
  1015.             'e message. You can specify any number of e-mail addresses and re' +
  1016.             'cipient names.'#13#10'This field should be specified in following form' +
  1017.             'at:'#13#10'[B][RED]"[][BLUE]Name1[B][RED]"[DEF] [B][RED]<[]address1[B]' +
  1018.             '>;[DEF] [B][RED]"[][BLUE]Name2[B][RED]"[DEF] [B][RED]<[]address2' +
  1019.             '[B]> , "[][BLUE]NameN[B][RED]" <[]addressN[B]>'#13#10#13#10'[DEF]The name ' +
  1020.             'of the recipient marked [BLUE]blue[DEF] (must be between quotes ' +
  1021.             '([B][RED]"[DEF]), i.e: "John Smith"). You can leave the name bla' +
  1022.             'nk and use just email address;'#13#10'E-mail address of recipient mark' +
  1023.             'ed green (must be between brackets "[B][RED]<>[DEF]", i.e: <john' +
  1024.             '@smith.com>).'#13#10'Multiple recipients should be separated by semico' +
  1025.             'lon ([B][RED];[DEF]) or comma ([B][RED],[DEF]).'#13#10#13#10'[B]Examples'#13#10 +
  1026.             '[]"John Smith" <john@smith.com>, <info@appcontrols.com>, <webmas' +
  1027.             'ter@utilmind.com>; "Aleksey Kuznetsov" <aleksey@utilmind.com>'#13#10#13 +
  1028.             #10'[B]Warning: []Please don'#39't use brackets ([B][RED]<[DEF] and [B]' +
  1029.             '[RED]>[DEF]) in the "Name" fields (between quotes). Otherwise th' +
  1030.             'e address will be parsed incorrectly. For example, following add' +
  1031.             'ress will be parsed incorrectly!!:'#13#10'[U]"John<g> Smith" <john@smi' +
  1032.             'th.com>'
  1033.           Align = alTop
  1034.           Alignment = taLeftJustify
  1035.           TabOrder = 3
  1036.           DesignSize = (
  1037.             453
  1038.             26)
  1039.           object Label18: TLabel
  1040.             Left = 4
  1041.             Top = 8
  1042.             Width = 159
  1043.             Height = 13
  1044.             Caption = 'Recipients (semicolon separated):'
  1045.           end
  1046.           object ToEdit: TEdit
  1047.             Left = 168
  1048.             Top = 1
  1049.             Width = 281
  1050.             Height = 24
  1051.             Hint = 'Use this format: user1@theirIsp.com;User2@thereIsp.com'
  1052.             Anchors = [akLeft, akTop, akRight, akBottom]
  1053.             AutoSize = False
  1054.             TabOrder = 0
  1055.           end
  1056.         end
  1057.         object Panel2: TPanel
  1058.           Left = 2
  1059.           Top = 15
  1060.           Width = 453
  1061.           Height = 29
  1062.           Align = alTop
  1063.           ParentShowHint = False
  1064.           ShowHint = True
  1065.           TabOrder = 0
  1066.           object SendBtn: TSpeedButton
  1067.             Left = 2
  1068.             Top = 2
  1069.             Width = 63
  1070.             Height = 25
  1071.             Hint = 'Click to Send a Test Message'
  1072.             Caption = 'Send'
  1073.             Glyph.Data = {
  1074.               76010000424D7601000000000000760000002800000020000000100000000100
  1075.               04000000000000010000C40E0000C40E00001000000000000000000000000000
  1076.               80000080000000808000800000008000800080800000C0C0C000808080000000
  1077.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777778777777
  1078.               777777777F7777777777777708877777777777778FF777777777777700887777
  1079.               77777777887F7777777777770A088777777777778F87F777777777770AA08877
  1080.               777777778F787F777777777707A70887777777778F7787F7777777770AAAA088
  1081.               777777778F77787F777777770A7A7A08877777778F777787F77777770AAAAAA0
  1082.               777777778F7777787777777707A7A707777777778F777787777777770AAAA077
  1083.               777777778F777877777777770A7A0777777777778F778777777777770AA07777
  1084.               777777778F7877777777777707077777777777778F8777777777777700777777
  1085.               7777777788777777777777770777777777777777877777777777}
  1086.             NumGlyphs = 2
  1087.             OnClick = SendBtnClick
  1088.           end
  1089.           object Label7: TLabel
  1090.             Left = 72
  1091.             Top = 8
  1092.             Width = 34
  1093.             Height = 13
  1094.             Hint = 
  1095.               '|[B]Priority'#13#10'[]Specifies the importance and priority of message' +
  1096.               '. The priority of message will be shown in the e-mail reader pro' +
  1097.               'gram. Also, most SMTP servers relays messages with higher priori' +
  1098.               'ties earlier than messages with low priorities.'
  1099.             Caption = 'Priority:'
  1100.           end
  1101.           object Label8: TLabel
  1102.             Left = 186
  1103.             Top = 8
  1104.             Width = 56
  1105.             Height = 13
  1106.             Hint = 
  1107.               '|[B]SMTP host'#13#10'[]Provides a space to type the hostname or IP add' +
  1108.               'ress of the SMTP server which should be used to relay the e-mail' +
  1109.               ' messages.'
  1110.             Caption = 'SMTP host:'
  1111.           end
  1112.           object Label9: TLabel
  1113.             Left = 392
  1114.             Top = 8
  1115.             Width = 22
  1116.             Height = 13
  1117.             Hint = 
  1118.               '|[B]SMTP port'#13#10'[]Provides a space to specify the port number of ' +
  1119.               'SMTP server (specifies the port which listen the server). The st' +
  1120.               'andard port number for SMTP protocol is 25.'
  1121.             Caption = 'Port:'
  1122.           end
  1123.           object PriorityBox: TComboBox
  1124.             Left = 108
  1125.             Top = 4
  1126.             Width = 69
  1127.             Height = 21
  1128.             Hint = 
  1129.               '|[B]Priority'#13#10'[]Specifies the importance and priority of message' +
  1130.               '. The priority of message will be shown in the e-mail reader pro' +
  1131.               'gram. Also, most SMTP servers relays messages with higher priori' +
  1132.               'ties earlier than messages with low priorities.'
  1133.             Style = csDropDownList
  1134.             ItemHeight = 13
  1135.             ItemIndex = 0
  1136.             TabOrder = 0
  1137.             Text = 'Highest'
  1138.             Items.Strings = (
  1139.               'Highest'
  1140.               'High'
  1141.               'Normal'
  1142.               'Low'
  1143.               'Lowest')
  1144.           end
  1145.           object SMTPHostEdit: TEdit
  1146.             Left = 248
  1147.             Top = 4
  1148.             Width = 129
  1149.             Height = 21
  1150.             Hint = 
  1151.               '|[B]SMTP host'#13#10'[]Provides a space to type the hostname or IP add' +
  1152.               'ress of the SMTP server which should be used to relay the e-mail' +
  1153.               ' messages.'
  1154.             TabOrder = 1
  1155.             Text = 'mail.myisp.com'
  1156.           end
  1157.         end
  1158.         object FromPanel: TPanel
  1159.           Left = 2
  1160.           Top = 70
  1161.           Width = 453
  1162.           Height = 26
  1163.           Align = alTop
  1164.           Alignment = taLeftJustify
  1165.           Caption = 'From Address:'
  1166.           TabOrder = 2
  1167.           object Panel9: TPanel
  1168.             Left = 201
  1169.             Top = 1
  1170.             Width = 37
  1171.             Height = 22
  1172.             Hint = 
  1173.               '|[B]From Name'#13#10'[]Provides a space to type [I]your[] name (name o' +
  1174.               'f the sender).'
  1175.             Alignment = taLeftJustify
  1176.             BevelOuter = bvNone
  1177.             Caption = ' Name:'
  1178.             TabOrder = 0
  1179.           end
  1180.           object FromAddressEdit: TEdit
  1181.             Left = 72
  1182.             Top = 2
  1183.             Width = 113
  1184.             Height = 21
  1185.             Hint = '|[B]From Addrees'
  1186.             TabOrder = 1
  1187.             Text = 'me@myisp.com'
  1188.           end
  1189.           object FromNameEdit: TEdit
  1190.             Left = 240
  1191.             Top = 2
  1192.             Width = 129
  1193.             Height = 21
  1194.             Hint = '|[B]From Name'
  1195.             TabOrder = 2
  1196.             Text = 'Weather Pulse Alerts'
  1197.           end
  1198.         end
  1199.         object SubjectPanel: TPanel
  1200.           Left = 2
  1201.           Top = 122
  1202.           Width = 453
  1203.           Height = 26
  1204.           Hint = 
  1205.             '|[B]Subject'#13#10'[]Provides a space to type a subject of e-mail mess' +
  1206.             'age.'
  1207.           Align = alTop
  1208.           Alignment = taLeftJustify
  1209.           Caption = ' Subject:'
  1210.           TabOrder = 4
  1211.           DesignSize = (
  1212.             453
  1213.             26)
  1214.           object Panel7: TPanel
  1215.             Left = 1
  1216.             Top = 1
  1217.             Width = 48
  1218.             Height = 24
  1219.             Align = alLeft
  1220.             Alignment = taLeftJustify
  1221.             BevelOuter = bvNone
  1222.             Caption = ' Subject:'
  1223.             TabOrder = 1
  1224.           end
  1225.           object SubjectEdit: TEdit
  1226.             Left = 128
  1227.             Top = 1
  1228.             Width = 321
  1229.             Height = 24
  1230.             Anchors = [akLeft, akTop, akRight, akBottom]
  1231.             AutoSize = False
  1232.             TabOrder = 0
  1233.           end
  1234.           object DefSubjectchkbox: TCheckBox
  1235.             Left = 48
  1236.             Top = 3
  1237.             Width = 78
  1238.             Height = 17
  1239.             Caption = 'Use Default'
  1240.             Checked = True
  1241.             State = cbChecked
  1242.             TabOrder = 2
  1243.             OnClick = DefSubjectchkboxClick
  1244.           end
  1245.         end
  1246.         object StatusBox: TGroupBox
  1247.           Left = 2
  1248.           Top = 190
  1249.           Width = 453
  1250.           Height = 169
  1251.           Hint = 
  1252.             '|[B]Status of delivery'#13#10'[]Shows response codes received from the' +
  1253.             ' SMTP server.'
  1254.           Align = alBottom
  1255.           Caption = ' Status: '
  1256.           TabOrder = 5
  1257.           object StatusList: TListBox
  1258.             Left = 2
  1259.             Top = 15
  1260.             Width = 449
  1261.             Height = 152
  1262.             TabStop = False
  1263.             Align = alClient
  1264.             ItemHeight = 13
  1265.             TabOrder = 0
  1266.           end
  1267.         end
  1268.         object Panel10: TPanel
  1269.           Tag = 1
  1270.           Left = 2
  1271.           Top = 44
  1272.           Width = 453
  1273.           Height = 26
  1274.           Align = alTop
  1275.           TabOrder = 1
  1276.           DesignSize = (
  1277.             453
  1278.             26)
  1279.           object Label10: TLabel
  1280.             Left = 8
  1281.             Top = 8
  1282.             Width = 31
  1283.             Height = 13
  1284.             Caption = 'UserId'
  1285.           end
  1286.           object Label17: TLabel
  1287.             Left = 200
  1288.             Top = 8
  1289.             Width = 46
  1290.             Height = 13
  1291.             Caption = 'Password'
  1292.           end
  1293.           object UserId: TEdit
  1294.             Left = 48
  1295.             Top = 1
  1296.             Width = 137
  1297.             Height = 22
  1298.             Hint = 'Your Email Login ID'
  1299.             Anchors = [akLeft, akTop, akRight, akBottom]
  1300.             AutoSize = False
  1301.             TabOrder = 0
  1302.           end
  1303.           object PasswordEdit: TEdit
  1304.             Tag = 1
  1305.             Left = 264
  1306.             Top = 1
  1307.             Width = 185
  1308.             Height = 22
  1309.             Hint = 'Your Email Login Password'
  1310.             Anchors = [akLeft, akTop, akRight, akBottom]
  1311.             AutoSize = False
  1312.             PasswordChar = '#'
  1313.             TabOrder = 1
  1314.           end
  1315.         end
  1316.         object HtmlCheckBox: TCheckBox
  1317.           Left = 8
  1318.           Top = 160
  1319.           Width = 145
  1320.           Height = 17
  1321.           Caption = 'Send Message as HTML'
  1322.           TabOrder = 6
  1323.         end
  1324.         object Authenticate: TCheckBox
  1325.           Left = 152
  1326.           Top = 160
  1327.           Width = 145
  1328.           Height = 17
  1329.           Caption = 'Use Login Authentication'
  1330.           TabOrder = 7
  1331.         end
  1332.       end
  1333.     end
  1334.     object CityTab: TTabSheet
  1335.       Caption = 'CityTab'
  1336.       ImageIndex = 4
  1337.       TabVisible = False
  1338.       object GroupBox2: TGroupBox
  1339.         Left = 8
  1340.         Top = 7
  1341.         Width = 457
  1342.         Height = 354
  1343.         Caption = 'City'
  1344.         TabOrder = 0
  1345.         object Label1: TLabel
  1346.           Left = 16
  1347.           Top = 24
  1348.           Width = 50
  1349.           Height = 13
  1350.           Caption = 'Active City'
  1351.         end
  1352.         object Label3: TLabel
  1353.           Left = 80
  1354.           Top = 24
  1355.           Width = 225
  1356.           Height = 14
  1357.           Caption = '(Select the city you want to view weather for)'
  1358.           Font.Charset = DEFAULT_CHARSET
  1359.           Font.Color = clWindowText
  1360.           Font.Height = -11
  1361.           Font.Name = 'Arial'
  1362.           Font.Style = []
  1363.           ParentFont = False
  1364.         end
  1365.         object CityComboBox: TComboBox
  1366.           Left = 20
  1367.           Top = 48
  1368.           Width = 417
  1369.           Height = 21
  1370.           Style = csDropDownList
  1371.           ItemHeight = 0
  1372.           TabOrder = 0
  1373.         end
  1374.         object AddCityBtn: TBitBtn
  1375.           Left = 140
  1376.           Top = 88
  1377.           Width = 81
  1378.           Height = 25
  1379.           Caption = 'Add City'
  1380.           TabOrder = 1
  1381.           OnClick = AddCityBtnClick
  1382.         end
  1383.         object DelCityBtn: TBitBtn
  1384.           Left = 236
  1385.           Top = 88
  1386.           Width = 81
  1387.           Height = 25
  1388.           Caption = 'Delete City'
  1389.           TabOrder = 2
  1390.           OnClick = DelCityBtnClick
  1391.         end
  1392.       end
  1393.     end
  1394.     object AutoUpdateTab: TTabSheet
  1395.       Caption = 'AutoUpdateTab'
  1396.       ImageIndex = 5
  1397.       TabVisible = False
  1398.       object GroupBox3: TGroupBox
  1399.         Left = 8
  1400.         Top = 128
  1401.         Width = 457
  1402.         Height = 217
  1403.         Caption = 'Auto Update'
  1404.         TabOrder = 0
  1405.         object Label4: TLabel
  1406.           Left = 152
  1407.           Top = 24
  1408.           Width = 153
  1409.           Height = 13
  1410.           Caption = 'Auto Update Refresh Frequency'
  1411.         end
  1412.         object AutoUpdateCkBox: TCheckListBox
  1413.           Left = 20
  1414.           Top = 104
  1415.           Width = 417
  1416.           Height = 73
  1417.           ItemHeight = 13
  1418.           Items.Strings = (
  1419.             'Enable weather conditions and forecast auto updates.'
  1420.             'Enable weather image auto updates.'
  1421.             
  1422.               'On update, display default satellite, forces image to reset upon' +
  1423.               ' refresh.'
  1424.             
  1425.               'Disable satellite image cache, force new download on each displa' +
  1426.               'y. ')
  1427.           TabOrder = 0
  1428.         end
  1429.         object AutoUpdateComboBox: TComboBox
  1430.           Left = 112
  1431.           Top = 56
  1432.           Width = 233
  1433.           Height = 21
  1434.           Style = csDropDownList
  1435.           ItemHeight = 13
  1436.           ItemIndex = 0
  1437.           TabOrder = 1
  1438.           Text = 'Every 5 Minutes'
  1439.           Items.Strings = (
  1440.             'Every 5 Minutes'
  1441.             'Every 10 Minutes'
  1442.             'Every 15 Minutes'
  1443.             'Every 20 Minutes'
  1444.             'Every 25 Minutes'
  1445.             'Every 30 Minutes'
  1446.             'Every 35 Minutes'
  1447.             'Every 40 Minutes'
  1448.             'Every 45 Minutes'
  1449.             'Every 50 Minutes'
  1450.             'Every Hour'
  1451.             'Every 2 Hours')
  1452.         end
  1453.       end
  1454.       object GroupBox4: TGroupBox
  1455.         Left = 8
  1456.         Top = 8
  1457.         Width = 457
  1458.         Height = 105
  1459.         Caption = 'On Update'
  1460.         TabOrder = 1
  1461.         object RetHourlyChkbox: TCheckBox
  1462.           Left = 16
  1463.           Top = 24
  1464.           Width = 193
  1465.           Height = 17
  1466.           Caption = 'Retrieve Hourly Weather Forecast'
  1467.           TabOrder = 0
  1468.         end
  1469.         object RetDetailedChkbox: TCheckBox
  1470.           Left = 208
  1471.           Top = 24
  1472.           Width = 153
  1473.           Height = 17
  1474.           Caption = 'Retrieve Detailed Forecast'
  1475.           TabOrder = 1
  1476.         end
  1477.         object RetTenDayChkbx: TCheckBox
  1478.           Left = 16
  1479.           Top = 56
  1480.           Width = 161
  1481.           Height = 17
  1482.           Caption = 'Retrieve 10 Day Forecast'
  1483.           TabOrder = 2
  1484.         end
  1485.         object RetMyWebpageChkbx: TCheckBox
  1486.           Left = 208
  1487.           Top = 56
  1488.           Width = 137
  1489.           Height = 17
  1490.           Caption = 'Retrieve My Web Page'
  1491.           TabOrder = 3
  1492.           Visible = False
  1493.         end
  1494.       end
  1495.     end
  1496.     object WallpaperTab: TTabSheet
  1497.       Caption = 'WallpaperTab'
  1498.       ImageIndex = 6
  1499.       TabVisible = False
  1500.       OnShow = WallpaperTabShow
  1501.       object GroupBox6: TGroupBox
  1502.         Left = 8
  1503.         Top = 8
  1504.         Width = 457
  1505.         Height = 361
  1506.         Caption = ' Wallpaper Option Settings '
  1507.         TabOrder = 0
  1508.         object Label14: TLabel
  1509.           Left = 352
  1510.           Top = 272
  1511.           Width = 41
  1512.           Height = 13
  1513.           Caption = 'Progress'
  1514.         end
  1515.         object WallPaperTxt: TLabel
  1516.           Left = 320
  1517.           Top = 312
  1518.           Width = 113
  1519.           Height = 13
  1520.           Alignment = taCenter
  1521.           AutoSize = False
  1522.         end
  1523.         object WallPaperBox: TComboBox
  1524.           Left = 128
  1525.           Top = 64
  1526.           Width = 313
  1527.           Height = 21
  1528.           Style = csDropDownList
  1529.           ItemHeight = 0
  1530.           Sorted = True
  1531.           TabOrder = 0
  1532.         end
  1533.         object UseWallPaperChkBox: TCheckBox
  1534.           Left = 16
  1535.           Top = 24
  1536.           Width = 345
  1537.           Height = 17
  1538.           Caption = 'Uses Image for your Windows Wallpaper from your My Images Box'
  1539.           TabOrder = 1
  1540.         end
  1541.         object StretchCheckBox: TCheckBox
  1542.           Left = 16
  1543.           Top = 64
  1544.           Width = 57
  1545.           Height = 17
  1546.           Caption = 'Stretch'
  1547.           TabOrder = 2
  1548.           OnClick = StretchCheckBoxClick
  1549.         end
  1550.         object TileCheckBox: TCheckBox
  1551.           Left = 80
  1552.           Top = 64
  1553.           Width = 41
  1554.           Height = 17
  1555.           Caption = 'Tile'
  1556.           TabOrder = 3
  1557.           OnClick = TileCheckBoxClick
  1558.         end
  1559.         object PreviewBtn: TButton
  1560.           Left = 320
  1561.           Top = 152
  1562.           Width = 113
  1563.           Height = 25
  1564.           Caption = 'Preview'
  1565.           TabOrder = 4
  1566.           OnClick = PreviewBtnClick
  1567.         end
  1568.         object Button4: TButton
  1569.           Left = 320
  1570.           Top = 232
  1571.           Width = 113
  1572.           Height = 25
  1573.           Hint = 
  1574.             'Will restore your Wallpaper to the Original Wallpaper you used b' +
  1575.             'efore using Weather Pulse Wallpaper'
  1576.           Caption = 'Restore'
  1577.           TabOrder = 5
  1578.           OnClick = Button4Click
  1579.         end
  1580.         object WallPaperProgressBar: TProgressBar
  1581.           Left = 320
  1582.           Top = 288
  1583.           Width = 113
  1584.           Height = 17
  1585.           BorderWidth = 2
  1586.           Min = 0
  1587.           Max = 100
  1588.           TabOrder = 6
  1589.         end
  1590.         object Panel6: TPanel
  1591.           Left = 16
  1592.           Top = 144
  1593.           Width = 289
  1594.           Height = 209
  1595.           BevelOuter = bvLowered
  1596.           Caption = 'Panel6'
  1597.           TabOrder = 7
  1598.           object Panel8: TPanel
  1599.             Left = 8
  1600.             Top = 8
  1601.             Width = 273
  1602.             Height = 193
  1603.             TabOrder = 0
  1604.             object WallpaperImagePreview: TAdvPicture
  1605.               Left = 1
  1606.               Top = 1
  1607.               Width = 271
  1608.               Height = 191
  1609.               Animate = False
  1610.               Picture.Stretch = False
  1611.               Picture.Frame = 0
  1612.               PicturePosition = bpStretched
  1613.               Align = alClient
  1614.             end
  1615.           end
  1616.         end
  1617.         object SetWallBtn: TButton
  1618.           Left = 320
  1619.           Top = 192
  1620.           Width = 113
  1621.           Height = 25
  1622.           Hint = 'Press to save Image as Wallpaper'
  1623.           Caption = '&Set as Wallpaper'
  1624.           TabOrder = 8
  1625.           OnClick = SetWallBtnClick
  1626.         end
  1627.         object Brandit: TCheckBox
  1628.           Left = 16
  1629.           Top = 96
  1630.           Width = 201
  1631.           Height = 17
  1632.           Caption = 'Write downloaded time on the image'
  1633.           TabOrder = 9
  1634.         end
  1635.         object WhiteBranditColor: TCheckBox
  1636.           Left = 232
  1637.           Top = 96
  1638.           Width = 129
  1639.           Height = 17
  1640.           Caption = 'Write with White color'
  1641.           TabOrder = 10
  1642.         end
  1643.         object BranditBottom: TCheckBox
  1644.           Left = 16
  1645.           Top = 120
  1646.           Width = 145
  1647.           Height = 17
  1648.           Caption = 'Write on bottom of image'
  1649.           TabOrder = 11
  1650.         end
  1651.       end
  1652.     end
  1653.     object DeskLetTab: TTabSheet
  1654.       Caption = 'DeskLetTab'
  1655.       ImageIndex = 10
  1656.       TabVisible = False
  1657.       object GroupBox13: TGroupBox
  1658.         Left = 8
  1659.         Top = 7
  1660.         Width = 457
  1661.         Height = 362
  1662.         Caption = ' Dektop Desklet Settings '
  1663.         Font.Charset = ANSI_CHARSET
  1664.         Font.Color = clWindowText
  1665.         Font.Height = -11
  1666.         Font.Name = 'Arial'
  1667.         Font.Style = []
  1668.         ParentFont = False
  1669.         TabOrder = 0
  1670.         object Label19: TLabel
  1671.           Left = 16
  1672.           Top = 88
  1673.           Width = 113
  1674.           Height = 14
  1675.           Caption = 'Desklet Image Directory'
  1676.         end
  1677.         object Label20: TLabel
  1678.           Left = 136
  1679.           Top = 88
  1680.           Width = 201
  1681.           Height = 13
  1682.           Caption = 'Images supported ( .GIF .JPG .BMP .ICO ) '
  1683.           Font.Charset = DEFAULT_CHARSET
  1684.           Font.Color = clBlue
  1685.           Font.Height = -11
  1686.           Font.Name = 'MS Sans Serif'
  1687.           Font.Style = []
  1688.           ParentFont = False
  1689.         end
  1690.         object Label21: TLabel
  1691.           Left = 160
  1692.           Top = 24
  1693.           Width = 105
  1694.           Height = 14
  1695.           Caption = ' (WP restart required)'
  1696.           Font.Charset = ANSI_CHARSET
  1697.           Font.Color = clBlack
  1698.           Font.Height = -11
  1699.           Font.Name = 'Arial'
  1700.           Font.Style = []
  1701.           ParentFont = False
  1702.         end
  1703.         object Label22: TLabel
  1704.           Left = 167
  1705.           Top = 272
  1706.           Width = 107
  1707.           Height = 14
  1708.           Caption = 'Set Translucent Value'
  1709.         end
  1710.         object DeskLetCheckBox: TCheckBox
  1711.           Left = 16
  1712.           Top = 24
  1713.           Width = 137
  1714.           Height = 17
  1715.           Caption = 'Display Weather Desklet'
  1716.           Checked = True
  1717.           State = cbChecked
  1718.           TabOrder = 0
  1719.         end
  1720.         object DeskletMainImageDirEdit: TAdvDirectoryEdit
  1721.           Left = 16
  1722.           Top = 112
  1723.           Width = 345
  1724.           Height = 22
  1725.           AutoFocus = False
  1726.           ErrorMarkerPos = 0
  1727.           ErrorMarkerLen = 0
  1728.           ErrorColor = clRed
  1729.           ErrorFontColor = clWhite
  1730.           Flat = False
  1731.           FlatLineColor = clBlack
  1732.           FlatParentColor = True
  1733.           FocusAlign = eaDefault
  1734.           FocusBorder = False
  1735.           FocusColor = clBtnFace
  1736.           FocusFontColor = clWindowText
  1737.           FocusLabel = False
  1738.           FocusWidthInc = 0
  1739.           ModifiedColor = clHighlight
  1740.           DisabledColor = clSilver
  1741.           ReturnIsTab = False
  1742.           LengthLimit = 0
  1743.           TabOnFullLength = False
  1744.           LabelPosition = lpLeftTop
  1745.           LabelMargin = 4
  1746.           LabelTransparent = False
  1747.           LabelAlwaysEnabled = False
  1748.           LabelFont.Charset = DEFAULT_CHARSET
  1749.           LabelFont.Color = clWindowText
  1750.           LabelFont.Height = -11
  1751.           LabelFont.Name = 'MS Sans Serif'
  1752.           LabelFont.Style = []
  1753.           Persistence.Enable = False
  1754.           Persistence.Location = plInifile
  1755.           Color = clWindow
  1756.           Enabled = True
  1757.           HintShowLargeText = False
  1758.           OleDropTarget = False
  1759.           OleDropSource = False
  1760.           TabOrder = 1
  1761.           Transparent = False
  1762.           Visible = True
  1763.           ButtonWidth = 18
  1764.           Etched = False
  1765.           Glyph.Data = {
  1766.             CE000000424DCE0000000000000076000000280000000C0000000B0000000100
  1767.             0400000000005800000000000000000000001000000000000000000000000000
  1768.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  1769.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00F00000000FFF
  1770.             00000088888880FF00000B088888880F00000BB08888888000000BBB00000000
  1771.             00000BBBBBBB0B0F00000BBB00000B0F0000F000BBBBBB0F0000FF0BBBBBBB0F
  1772.             0000FF0BBB00000F0000FFF000FFFFFF0000}
  1773.           BrowseDialogText = 'Select Image Directory'
  1774.         end
  1775.         object AlphaTrackBar: TTrackBar
  1776.           Left = 16
  1777.           Top = 232
  1778.           Width = 417
  1779.           Height = 25
  1780.           Max = 255
  1781.           Orientation = trHorizontal
  1782.           Frequency = 10
  1783.           Position = 120
  1784.           SelEnd = 0
  1785.           SelStart = 0
  1786.           TabOrder = 4
  1787.           TickMarks = tmBottomRight
  1788.           TickStyle = tsAuto
  1789.           OnChange = AlphaTrackBarChange
  1790.         end
  1791.         object AlphaOnCheckbx: TCheckBox
  1792.           Left = 16
  1793.           Top = 144
  1794.           Width = 137
  1795.           Height = 17
  1796.           Caption = 'Use Translucent Effect'
  1797.           Checked = True
  1798.           State = cbChecked
  1799.           TabOrder = 2
  1800.           OnClick = AlphaOnCheckbxClick
  1801.         end
  1802.         object DeskletColorBox: TColorBox
  1803.           Left = 16
  1804.           Top = 184
  1805.           Width = 145
  1806.           Height = 22
  1807.           Selected = clWindow
  1808.           ItemHeight = 16
  1809.           TabOrder = 3
  1810.           OnChange = DeskletColorBoxChange
  1811.         end
  1812.         object BCheckBox: TCheckBox
  1813.           Left = 196
  1814.           Top = 184
  1815.           Width = 89
  1816.           Height = 17
  1817.           Caption = 'Background'
  1818.           Checked = True
  1819.           State = cbChecked
  1820.           TabOrder = 5
  1821.           OnClick = BCheckBoxClick
  1822.         end
  1823.         object TxCheckBox: TCheckBox
  1824.           Left = 308
  1825.           Top = 184
  1826.           Width = 81
  1827.           Height = 17
  1828.           Caption = 'Text Color'
  1829.           TabOrder = 6
  1830.           OnClick = TxCheckBoxClick
  1831.         end
  1832.         object Desklet1TopMostchk: TCheckBox
  1833.           Left = 16
  1834.           Top = 52
  1835.           Width = 345
  1836.           Height = 17
  1837.           Caption = 
  1838.             'Desklet will stay on top of other windows ( (WP restart required' +
  1839.             ')'
  1840.           TabOrder = 7
  1841.         end
  1842.       end
  1843.     end
  1844.     object SkinTabsheet: TTabSheet
  1845.       Caption = 'SkinTabsheet'
  1846.       ImageIndex = 12
  1847.       TabVisible = False
  1848.       object GroupBox14: TGroupBox
  1849.         Left = 8
  1850.         Top = 8
  1851.         Width = 457
  1852.         Height = 353
  1853.         Caption = ' Skin Settings '
  1854.         TabOrder = 0
  1855.         object Label27: TLabel
  1856.           Left = 16
  1857.           Top = 72
  1858.           Width = 150
  1859.           Height = 13
  1860.           Caption = 'Skin Display Box Color Settings '
  1861.         end
  1862.         object Bevel3: TBevel
  1863.           Left = 168
  1864.           Top = 74
  1865.           Width = 273
  1866.           Height = 9
  1867.           Shape = bsBottomLine
  1868.         end
  1869.         object EnableSkinChkBox: TCheckBox
  1870.           Left = 16
  1871.           Top = 32
  1872.           Width = 129
  1873.           Height = 17
  1874.           Caption = 'Enable Skin Support'
  1875.           Checked = True
  1876.           State = cbChecked
  1877.           TabOrder = 0
  1878.           OnClick = EnableSkinChkBoxClick
  1879.         end
  1880.         object ColorBox1: TColorBox
  1881.           Left = 16
  1882.           Top = 104
  1883.           Width = 145
  1884.           Height = 22
  1885.           Selected = clWindow
  1886.           ItemHeight = 16
  1887.           TabOrder = 1
  1888.           OnChange = ColorBox1Change
  1889.         end
  1890.         object SkinBackGrdChkBox: TCheckBox
  1891.           Left = 180
  1892.           Top = 104
  1893.           Width = 89
  1894.           Height = 17
  1895.           Caption = 'Background'
  1896.           Checked = True
  1897.           State = cbChecked
  1898.           TabOrder = 2
  1899.           OnClick = SkinBackGrdChkBoxClick
  1900.         end
  1901.         object SkinTextChkBox: TCheckBox
  1902.           Left = 276
  1903.           Top = 104
  1904.           Width = 81
  1905.           Height = 17
  1906.           Caption = 'Text Color'
  1907.           TabOrder = 3
  1908.           OnClick = SkinTextChkBoxClick
  1909.         end
  1910.         object Button3: TButton
  1911.           Left = 16
  1912.           Top = 136
  1913.           Width = 145
  1914.           Height = 25
  1915.           Hint = 'Allows you to define more colors'
  1916.           Caption = 'More Colors'
  1917.           ParentShowHint = False
  1918.           ShowHint = True
  1919.           TabOrder = 4
  1920.           OnClick = Button3Click
  1921.         end
  1922.         object Button5: TButton
  1923.           Left = 352
  1924.           Top = 96
  1925.           Width = 89
  1926.           Height = 25
  1927.           Hint = 'Resets Colors back to default settings.'
  1928.           Caption = 'Reset to Default'
  1929.           ParentShowHint = False
  1930.           ShowHint = True
  1931.           TabOrder = 5
  1932.           OnClick = Button5Click
  1933.         end
  1934.       end
  1935.     end
  1936.     object Conversion: TTabSheet
  1937.       Caption = 'Conversion'
  1938.       ImageIndex = 11
  1939.       TabVisible = False
  1940.       object ConvertTab: TGroupBox
  1941.         Left = 0
  1942.         Top = 0
  1943.         Width = 473
  1944.         Height = 350
  1945.         Align = alClient
  1946.         Caption = ' Conversion Options '
  1947.         TabOrder = 0
  1948.         object GroupBox9: TGroupBox
  1949.           Left = 8
  1950.           Top = 77
  1951.           Width = 377
  1952.           Height = 41
  1953.           Caption = ' Wind '
  1954.           TabOrder = 0
  1955.           object mphRadio: TRadioButton
  1956.             Left = 88
  1957.             Top = 12
  1958.             Width = 49
  1959.             Height = 17
  1960.             Caption = 'mph'
  1961.             TabOrder = 0
  1962.             OnClick = mphRadioClick
  1963.           end
  1964.           object kmhradio: TRadioButton
  1965.             Left = 168
  1966.             Top = 12
  1967.             Width = 49
  1968.             Height = 17
  1969.             Caption = 'km/h'
  1970.             TabOrder = 1
  1971.             OnClick = kmhradioClick
  1972.           end
  1973.           object BothWindChk: TCheckBox
  1974.             Left = 240
  1975.             Top = 12
  1976.             Width = 49
  1977.             Height = 17
  1978.             Caption = 'both'
  1979.             TabOrder = 2
  1980.           end
  1981.         end
  1982.         object GroupBox10: TGroupBox
  1983.           Left = 8
  1984.           Top = 24
  1985.           Width = 377
  1986.           Height = 41
  1987.           Caption = ' Temperature '
  1988.           TabOrder = 1
  1989.           object Fahrenheitradio: TRadioButton
  1990.             Left = 88
  1991.             Top = 16
  1992.             Width = 73
  1993.             Height = 17
  1994.             Caption = 'Fahrenheit'
  1995.             TabOrder = 0
  1996.             OnClick = FahrenheitradioClick
  1997.           end
  1998.           object CelsiusRadio: TRadioButton
  1999.             Left = 168
  2000.             Top = 16
  2001.             Width = 57
  2002.             Height = 17
  2003.             Caption = 'Celsius'
  2004.             TabOrder = 1
  2005.             OnClick = CelsiusRadioClick
  2006.           end
  2007.           object BothTempChk: TCheckBox
  2008.             Left = 240
  2009.             Top = 16
  2010.             Width = 49
  2011.             Height = 17
  2012.             Caption = 'both'
  2013.             TabOrder = 2
  2014.           end
  2015.         end
  2016.         object GroupBox11: TGroupBox
  2017.           Left = 8
  2018.           Top = 130
  2019.           Width = 377
  2020.           Height = 41
  2021.           Caption = ' Visibility '
  2022.           TabOrder = 2
  2023.           object VisMphRadio: TRadioButton
  2024.             Left = 88
  2025.             Top = 16
  2026.             Width = 49
  2027.             Height = 17
  2028.             Caption = 'mph'
  2029.             TabOrder = 0
  2030.             OnClick = VisMphRadioClick
  2031.           end
  2032.           object VisKmhRadio: TRadioButton
  2033.             Left = 168
  2034.             Top = 16
  2035.             Width = 49
  2036.             Height = 17
  2037.             Caption = 'km/h'
  2038.             TabOrder = 1
  2039.             OnClick = VisKmhRadioClick
  2040.           end
  2041.           object VisBothChk: TCheckBox
  2042.             Left = 240
  2043.             Top = 16
  2044.             Width = 49
  2045.             Height = 17
  2046.             Caption = 'both'
  2047.             TabOrder = 2
  2048.           end
  2049.         end
  2050.         object GroupBox12: TGroupBox
  2051.           Left = 8
  2052.           Top = 184
  2053.           Width = 377
  2054.           Height = 41
  2055.           Caption = ' Barometer '
  2056.           TabOrder = 3
  2057.           object BarInchRadio: TRadioButton
  2058.             Left = 88
  2059.             Top = 16
  2060.             Width = 57
  2061.             Height = 17
  2062.             Caption = 'inches'
  2063.             TabOrder = 0
  2064.           end
  2065.           object BarhPaRadio: TRadioButton
  2066.             Left = 168
  2067.             Top = 16
  2068.             Width = 49
  2069.             Height = 17
  2070.             Caption = 'hPa'
  2071.             TabOrder = 1
  2072.           end
  2073.           object BarmbRadio: TRadioButton
  2074.             Left = 240
  2075.             Top = 16
  2076.             Width = 41
  2077.             Height = 17
  2078.             Caption = 'mb'
  2079.             TabOrder = 2
  2080.           end
  2081.           object Barmm: TRadioButton
  2082.             Left = 304
  2083.             Top = 16
  2084.             Width = 41
  2085.             Height = 17
  2086.             Caption = 'mm'
  2087.             TabOrder = 3
  2088.           end
  2089.         end
  2090.       end
  2091.     end
  2092.     object TrayClickTab: TTabSheet
  2093.       Caption = 'Tray Click Settings'
  2094.       ImageIndex = 13
  2095.       object GroupBox15: TGroupBox
  2096.         Left = 0
  2097.         Top = 0
  2098.         Width = 473
  2099.         Height = 350
  2100.         Align = alClient
  2101.         Caption = ' Configure Mouse Actions '
  2102.         TabOrder = 0
  2103.         object GroupBox16: TGroupBox
  2104.           Left = 16
  2105.           Top = 24
  2106.           Width = 441
  2107.           Height = 137
  2108.           Caption = 'Temperature Tray Icon '
  2109.           TabOrder = 0
  2110.           object Label29: TLabel
  2111.             Left = 16
  2112.             Top = 28
  2113.             Width = 109
  2114.             Height = 13
  2115.             Caption = 'Left Single Click Action'
  2116.           end
  2117.           object Label30: TLabel
  2118.             Left = 16
  2119.             Top = 74
  2120.             Width = 114
  2121.             Height = 13
  2122.             Caption = 'Left Double Click Action'
  2123.           end
  2124.           object TTSingleComboBox: TComboBox
  2125.             Left = 16
  2126.             Top = 44
  2127.             Width = 201
  2128.             Height = 21
  2129.             ItemHeight = 13
  2130.             ItemIndex = 0
  2131.             TabOrder = 0
  2132.             Text = 'Open Weather Pulse'
  2133.             Items.Strings = (
  2134.               'Open Weather Pulse'
  2135.               'Show Enhanced Tray'
  2136.               'Show Quick Image Viewer'
  2137.               'Open Settings'
  2138.               'Visit Tropic Designs'
  2139.               'None')
  2140.           end
  2141.           object TTDblComboBox: TComboBox
  2142.             Left = 16
  2143.             Top = 88
  2144.             Width = 201
  2145.             Height = 21
  2146.             ItemHeight = 13
  2147.             ItemIndex = 3
  2148.             TabOrder = 1
  2149.             Text = 'Open Settings'
  2150.             Items.Strings = (
  2151.               'Open Weather Pulse'
  2152.               'Show Enhanced Tray'
  2153.               'Show Quick Image Viewer'
  2154.               'Open Settings'
  2155.               'Visit Tropic Designs'
  2156.               'None')
  2157.           end
  2158.         end
  2159.         object GroupBox17: TGroupBox
  2160.           Left = 16
  2161.           Top = 176
  2162.           Width = 441
  2163.           Height = 153
  2164.           Caption = ' Conditions Tray Icon '
  2165.           TabOrder = 1
  2166.           object Label33: TLabel
  2167.             Left = 16
  2168.             Top = 34
  2169.             Width = 109
  2170.             Height = 13
  2171.             Caption = 'Left Single Click Action'
  2172.           end
  2173.           object Label34: TLabel
  2174.             Left = 16
  2175.             Top = 82
  2176.             Width = 114
  2177.             Height = 13
  2178.             Caption = 'Left Double Click Action'
  2179.           end
  2180.           object CTSingleComboBox: TComboBox
  2181.             Left = 16
  2182.             Top = 50
  2183.             Width = 201
  2184.             Height = 21
  2185.             ItemHeight = 13
  2186.             ItemIndex = 5
  2187.             TabOrder = 0
  2188.             Text = 'None'
  2189.             Items.Strings = (
  2190.               'Open Weather Pulse'
  2191.               'Show Enhanced Tray'
  2192.               'Show Quick Image Viewer'
  2193.               'Open Settings'
  2194.               'Visit Tropic Designs'
  2195.               'None')
  2196.           end
  2197.           object CTDblComboBox: TComboBox
  2198.             Left = 16
  2199.             Top = 98
  2200.             Width = 201
  2201.             Height = 21
  2202.             ItemHeight = 13
  2203.             ItemIndex = 2
  2204.             TabOrder = 1
  2205.             Text = 'Show Quick Image Viewer'
  2206.             Items.Strings = (
  2207.               'Open Weather Pulse'
  2208.               'Show Enhanced Tray'
  2209.               'Show Quick Image Viewer'
  2210.               'Open Settings'
  2211.               'Visit Tropic Designs'
  2212.               'None')
  2213.           end
  2214.         end
  2215.       end
  2216.     end
  2217.   end
  2218.   object Panel1: TPanel
  2219.     Left = 0
  2220.     Top = 395
  2221.     Width = 638
  2222.     Height = 41
  2223.     Align = alBottom
  2224.     TabOrder = 2
  2225.     object SaveBtn: TBitBtn
  2226.       Left = 216
  2227.       Top = 8
  2228.       Width = 89
  2229.       Height = 25
  2230.       Caption = '&Save'
  2231.       TabOrder = 0
  2232.       OnClick = SaveBtnClick
  2233.       Glyph.Data = {
  2234.         36050000424D3605000000000000360400002800000010000000100000000100
  2235.         08000000000000010000D30E0000D30E00000001000000010000008C00000094
  2236.         0000009C000000A5000000940800009C100000AD100000AD180000AD210000B5
  2237.         210000BD210018B5290000C62900319C310000CE310029AD390031B5420018C6
  2238.         420000D6420052A54A0029AD4A0029CE5A006BB5630000FF63008CBD7B00A5C6
  2239.         94005AE7A500FF00FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2240.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2241.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2242.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2243.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2244.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2245.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2246.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2247.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2248.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2249.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2250.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2251.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2252.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2253.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2254.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2255.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2256.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2257.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2258.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2259.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2260.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2261.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2262.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2263.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2264.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2265.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2266.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2267.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF001B1B1B1B1B13
  2268.         04161B1B1B1B1B1B1B1B1B1B1B1B1B0B0A01181B1B1B1B1B1B1B1B1B1B1B160A
  2269.         0C030D1B1B1B1B1B1B1B1B1B1B1B050E0C0601191B1B1B1B1B1B1B1B1B130E0C
  2270.         170E02001B1B1B1B1B1B1B1B1B0B1517170A0C01181B1B1B1B1B1B1B1B111717
  2271.         13130C030D1B1B1B1B1B1B1B1B1B08081B1B070C01191B1B1B1B1B1B1B1B1B1B
  2272.         1B1B100C02001B1B1B1B1B1B1B1B1B1B1B1B1B090C01181B1B1B1B1B1B1B1B1B
  2273.         1B1B1B130C0F101B1B1B1B1B1B1B1B1B1B1B1B1B141A0F181B1B1B1B1B1B1B1B
  2274.         1B1B1B1B1012181B1B1B1B1B1B1B1B1B1B1B1B1B1B191B1B1B1B1B1B1B1B1B1B
  2275.         1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B}
  2276.     end
  2277.     object CancelBtn: TBitBtn
  2278.       Left = 320
  2279.       Top = 8
  2280.       Width = 89
  2281.       Height = 25
  2282.       Caption = '&Close'
  2283.       TabOrder = 1
  2284.       OnClick = CancelBtnClick
  2285.       Glyph.Data = {
  2286.         36050000424D3605000000000000360400002800000010000000100000000100
  2287.         08000000000000010000220B0000220B000000010000000100000031DE000031
  2288.         E7000031EF000031F700FF00FF000031FF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2289.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2290.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2291.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2292.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2293.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2294.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2295.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2296.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2297.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2298.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2299.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2300.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2301.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2302.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2303.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2304.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2305.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2306.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2307.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2308.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2309.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2310.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2311.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2312.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2313.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2314.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2315.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2316.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2317.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2318.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2319.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00040404040404
  2320.         0404040404040404000004000004040404040404040404000004040000000404
  2321.         0404040404040000040404000000000404040404040000040404040402000000
  2322.         0404040400000404040404040404000000040000000404040404040404040400
  2323.         0101010004040404040404040404040401010204040404040404040404040400
  2324.         0201020304040404040404040404030201040403030404040404040404050203
  2325.         0404040405030404040404040303050404040404040303040404040303030404
  2326.         0404040404040403040403030304040404040404040404040404030304040404
  2327.         0404040404040404040404040404040404040404040404040404}
  2328.     end
  2329.   end
  2330.   object OD: TOpenDialog
  2331.     DefaultExt = 'wav'
  2332.     Filter = 'Wave Files (*.wav files)|*.wav'
  2333.     Left = 464
  2334.     Top = 408
  2335.   end
  2336.   object FontDialog1: TFontDialog
  2337.     Font.Charset = DEFAULT_CHARSET
  2338.     Font.Color = clWindowText
  2339.     Font.Height = -11
  2340.     Font.Name = 'MS Sans Serif'
  2341.     Font.Style = []
  2342.     MinFontSize = 0
  2343.     MaxFontSize = 0
  2344.     Left = 528
  2345.     Top = 412
  2346.   end
  2347.   object ColorDialog1: TColorDialog
  2348.     Ctl3D = True
  2349.     Options = [cdFullOpen]
  2350.     Left = 432
  2351.     Top = 404
  2352.   end
  2353.   object SRWavePlayer1: TSRWavePlayer
  2354.     Async = False
  2355.     Loop = False
  2356.     Left = 496
  2357.     Top = 408
  2358.   end
  2359.   object acDesktopWallpaper1: TacDesktopWallpaper
  2360.     Left = 88
  2361.     Top = 272
  2362.   end
  2363.   object WPC: TWebCopy
  2364.     DlgCancel = 'Cancel'
  2365.     DlgCaption = 'Downloading'
  2366.     DlgCompleted = 'completed'
  2367.     DlgFileLabel = 'File :'
  2368.     DlgFileOfLabel = 'of'
  2369.     DlgFromServerLabel = 'from'
  2370.     DlgToServerLabel = 'to'
  2371.     DlgProgressLabel = 'Progress :'
  2372.     DlgRateLabel = 'Transfer rate :'
  2373.     DlgTimeLabel = 'Estimated time left :'
  2374.     DlgCopying = 'Copying'
  2375.     DlgDwnload = 'Downloading'
  2376.     DlgUpload = 'Uploading'
  2377.     DlgOpenFile = 'Open file'
  2378.     DlgOpenFolder = 'Open folder'
  2379.     FTPPassive = False
  2380.     Items = <>
  2381.     ShowDialog = False
  2382.     OnCopyOverWrite = WPCCopyOverWrite
  2383.     OnCopyProgress = WPCCopyProgress
  2384.     OnErrorInfo = WPCErrorInfo
  2385.     OnFileDone = WPCFileDone
  2386.     Left = 24
  2387.     Top = 272
  2388.   end
  2389. end
  2390.